home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / database / info1095.zip / INFO.MD_ / INFO.MD / Info.json
JavaScript Object Notation  |  1996-04-05  |  602b

  1. {
  2.     "schema": {
  3.         "Name": "Text (40)",
  4.         "Address": "Text (40)",
  5.         "City": "Text (40)",
  6.         "State": "Text (20)",
  7.         "Notes": "Memo/Hyperlink (255)",
  8.         "Business Phone": "Text (25)",
  9.         "Home Phone": "Text (25)",
  10.         "Zip": "Text (25)",
  11.         "E-mail": "Text (100)",
  12.         "Fax": "Text (30)"
  13.     },
  14.     "data": [
  15.         {
  16.             "Name": "John Doe",
  17.             "Address": "Where 123",
  18.             "City": "Town",
  19.             "State": "State",
  20.             "Notes": "Does he really exist? Does anyone really know?!",
  21.             "Business Phone": "555-9999",
  22.             "Home Phone": "555-0000",
  23.             "Zip": "12345"
  24.         },
  25.         {
  26.             "Name": "Burrows Crafts",
  27.             "Address": "Rt.4 Box 1120",
  28.             "City": "Center",
  29.             "State": "Texas ",
  30.             "Notes": "Hope you like the program!",
  31.             "Zip": "75935-9128",
  32.             "Fax": "409-598-6926"
  33.         }
  34.     ]
  35. }